From bbd354c06642594bb444c0a9cf71510128edf747 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 14 Feb 2009 09:08:08 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 98f8c8d7b50..72228b45f40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2009-02-14 Eli Zaretskii + + * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings' + around forms that refer to translation-table-for-input. + + * isearch.el (isearch-search-string): Use `with-no-warnings' + around forms that refer to translation-table-for-input. + + * international/quail.el (quail-input-string-to-events) + (quail-store-decode-map-key, quail-char-equal-p): Use + `with-no-warnings' around forms that refer to + translation-table-for-input. + + * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings' + around forms that refer to translation-table-for-input. + + * subr.el (translation-table-for-input): Declare obsolete again. + 2009-02-14 Glenn Morris * mail/rmail.el (rmail): When reverting, swap buffers before setting -- 2.30.2